Vcenter NamespaceManagement Supervisors Summary Message

Vcenter NamespaceManagement Supervisors Summary Message
Vcenter NamespaceManagement Supervisors Summary Message

The Vcenter NamespaceManagement Supervisors Summary Message schema contains the information about supervisor errors/warnings.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "id": "string",
    "severity": "string",
    "details": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    },
    "kb_article_link": "string"
}
string
id
Required  

Unique identifier of the message.

This property was added in vSphere API 9.1.0.0.

string
severity
Required  

Type of the message.

For more information see: Vcenter NamespaceManagement Supervisors Summary Message Severity.

This property was added in vSphere API 9.1.0.0.

details
Required  

Contains details about the message.

This property was added in vSphere API 9.1.0.0.

string
kb_article_link
Optional

Optional link to a KB article providing more details about the message.

This property was added in vSphere API 9.1.0.0.

if missing or null there is not KB article associated with the message.